home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / WINDOWS / ALTD201A.ZIP / EXMFC.ZIP / EXAMPLES.MFC / EX04MFC.MAK < prev    next >
Encoding:
Text File  |  1996-04-19  |  8.6 KB  |  305 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=ex04mfc - Win32 Release
  8. !MESSAGE No configuration specified.  Defaulting to ex04mfc - Win32 Release.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "ex04mfc - Win32 Release" && "$(CFG)" !=\
  12.  "ex04mfc - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "Ex04mfc.mak" CFG="ex04mfc - Win32 Release"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "ex04mfc - Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "ex04mfc - Win32 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "ex04mfc - Win32 Release"
  35. RSC=rc.exe
  36. MTL=mktyplib.exe
  37. CPP=cl.exe
  38.  
  39. !IF  "$(CFG)" == "ex04mfc - Win32 Release"
  40.  
  41. # PROP BASE Use_MFC 6
  42. # PROP BASE Use_Debug_Libraries 0
  43. # PROP BASE Output_Dir "Release.04"
  44. # PROP BASE Intermediate_Dir "Release.04"
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 6
  47. # PROP Use_Debug_Libraries 0
  48. # PROP Output_Dir "Release.04"
  49. # PROP Intermediate_Dir "Release.04"
  50. # PROP Target_Dir ""
  51. OUTDIR=.\Release.04
  52. INTDIR=.\Release.04
  53.  
  54. ALL : "$(OUTDIR)\Ex04mfc.exe"
  55.  
  56. CLEAN : 
  57.     -@erase ".\Release.04\Ex04mfc.exe"
  58.     -@erase ".\Release.04\ex04std.obj"
  59.     -@erase ".\Release.04\ex04mfc.obj"
  60.     -@erase ".\Release.04\Ex04mfc.pch"
  61.     -@erase ".\Release.04\ex04dlg.obj"
  62.     -@erase ".\Release.04\ex04mfc.res"
  63.  
  64. "$(OUTDIR)" :
  65.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  66.  
  67. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex04std.h" /c
  68. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\h" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex04std.h" /c
  69. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\h" /D "NDEBUG" /D "WIN32" /D "_WINDOWS"\
  70.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ex04mfc.pch" /Yu"ex04std.h"\
  71.  /Fo"$(INTDIR)/" /c 
  72. CPP_OBJS=.\Release.04/
  73. CPP_SBRS=
  74. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  75. # ADD MTL /nologo /D "NDEBUG" /win32
  76. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  77. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  78. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  79. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ex04mfc.res" /d "NDEBUG" /d "_AFXDLL" 
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Ex04mfc.bsc" 
  84. BSC32_SBRS=
  85. LINK32=link.exe
  86. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  87. # ADD LINK32 tdmfc.lib /nologo /subsystem:windows /machine:I386
  88. LINK32_FLAGS=tdmfc.lib /nologo /subsystem:windows /incremental:no\
  89.  /pdb:"$(OUTDIR)/Ex04mfc.pdb" /machine:I386 /out:"$(OUTDIR)/Ex04mfc.exe" 
  90. LINK32_OBJS= \
  91.     ".\Release.04\ex04std.obj" \
  92.     ".\Release.04\ex04mfc.obj" \
  93.     ".\Release.04\ex04dlg.obj" \
  94.     ".\Release.04\ex04mfc.res"
  95.  
  96. "$(OUTDIR)\Ex04mfc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  97.     $(LINK32) @<<
  98.   $(LINK32_FLAGS) $(LINK32_OBJS)
  99. <<
  100.  
  101. !ELSEIF  "$(CFG)" == "ex04mfc - Win32 Debug"
  102.  
  103. # PROP BASE Use_MFC 6
  104. # PROP BASE Use_Debug_Libraries 1
  105. # PROP BASE Output_Dir "Debug.04"
  106. # PROP BASE Intermediate_Dir "Debug.04"
  107. # PROP BASE Target_Dir ""
  108. # PROP Use_MFC 6
  109. # PROP Use_Debug_Libraries 1
  110. # PROP Output_Dir "Debug.04"
  111. # PROP Intermediate_Dir "Debug.04"
  112. # PROP Target_Dir ""
  113. OUTDIR=.\Debug.04
  114. INTDIR=.\Debug.04
  115.  
  116. ALL : "$(OUTDIR)\Ex04mfc.exe"
  117.  
  118. CLEAN : 
  119.     -@erase ".\Debug.04\vc40.pdb"
  120.     -@erase ".\Debug.04\Ex04mfc.pch"
  121.     -@erase ".\Debug.04\vc40.idb"
  122.     -@erase ".\Debug.04\Ex04mfc.exe"
  123.     -@erase ".\Debug.04\ex04dlg.obj"
  124.     -@erase ".\Debug.04\ex04std.obj"
  125.     -@erase ".\Debug.04\ex04mfc.obj"
  126.     -@erase ".\Debug.04\ex04mfc.res"
  127.     -@erase ".\Debug.04\Ex04mfc.ilk"
  128.     -@erase ".\Debug.04\Ex04mfc.pdb"
  129.  
  130. "$(OUTDIR)" :
  131.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  132.  
  133. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex04std.h" /c
  134. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex04std.h" /c
  135. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\h" /D "_DEBUG" /D "WIN32" /D\
  136.  "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ex04mfc.pch" /Yu"ex04std.h"\
  137.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  138. CPP_OBJS=.\Debug.04/
  139. CPP_SBRS=
  140. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  141. # ADD MTL /nologo /D "_DEBUG" /win32
  142. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  143. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  144. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  145. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ex04mfc.res" /d "_DEBUG" /d "_AFXDLL" 
  146. BSC32=bscmake.exe
  147. # ADD BASE BSC32 /nologo
  148. # ADD BSC32 /nologo
  149. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Ex04mfc.bsc" 
  150. BSC32_SBRS=
  151. LINK32=link.exe
  152. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  153. # ADD LINK32 tdmfcd.lib /nologo /subsystem:windows /debug /machine:I386
  154. LINK32_FLAGS=tdmfcd.lib /nologo /subsystem:windows /incremental:yes\
  155.  /pdb:"$(OUTDIR)/Ex04mfc.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Ex04mfc.exe" 
  156. LINK32_OBJS= \
  157.     ".\Debug.04\ex04dlg.obj" \
  158.     ".\Debug.04\ex04std.obj" \
  159.     ".\Debug.04\ex04mfc.obj" \
  160.     ".\Debug.04\ex04mfc.res"
  161.  
  162. "$(OUTDIR)\Ex04mfc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  163.     $(LINK32) @<<
  164.   $(LINK32_FLAGS) $(LINK32_OBJS)
  165. <<
  166.  
  167. !ENDIF 
  168.  
  169. .c{$(CPP_OBJS)}.obj:
  170.    $(CPP) $(CPP_PROJ) $<  
  171.  
  172. .cpp{$(CPP_OBJS)}.obj:
  173.    $(CPP) $(CPP_PROJ) $<  
  174.  
  175. .cxx{$(CPP_OBJS)}.obj:
  176.    $(CPP) $(CPP_PROJ) $<  
  177.  
  178. .c{$(CPP_SBRS)}.sbr:
  179.    $(CPP) $(CPP_PROJ) $<  
  180.  
  181. .cpp{$(CPP_SBRS)}.sbr:
  182.    $(CPP) $(CPP_PROJ) $<  
  183.  
  184. .cxx{$(CPP_SBRS)}.sbr:
  185.    $(CPP) $(CPP_PROJ) $<  
  186.  
  187. ################################################################################
  188. # Begin Target
  189.  
  190. # Name "ex04mfc - Win32 Release"
  191. # Name "ex04mfc - Win32 Debug"
  192.  
  193. !IF  "$(CFG)" == "ex04mfc - Win32 Release"
  194.  
  195. !ELSEIF  "$(CFG)" == "ex04mfc - Win32 Debug"
  196.  
  197. !ENDIF 
  198.  
  199. ################################################################################
  200. # Begin Source File
  201.  
  202. SOURCE=.\ReadMe.txt
  203.  
  204. !IF  "$(CFG)" == "ex04mfc - Win32 Release"
  205.  
  206. !ELSEIF  "$(CFG)" == "ex04mfc - Win32 Debug"
  207.  
  208. !ENDIF 
  209.  
  210. # End Source File
  211. ################################################################################
  212. # Begin Source File
  213.  
  214. SOURCE=.\ex04mfc.cpp
  215. DEP_CPP_EX04M=\
  216.     ".\ex04std.h"\
  217.     ".\ex04mfc.h"\
  218.     ".\ex04dlg.h"\
  219.     ".\..\h\alsimple.h"\
  220.     ".\..\h\aldefs.h"\
  221.     
  222.  
  223. "$(INTDIR)\ex04mfc.obj" : $(SOURCE) $(DEP_CPP_EX04M) "$(INTDIR)"\
  224.  "$(INTDIR)\Ex04mfc.pch"
  225.  
  226.  
  227. # End Source File
  228. ################################################################################
  229. # Begin Source File
  230.  
  231. SOURCE=.\ex04dlg.cpp
  232. DEP_CPP_EX04D=\
  233.     ".\ex04std.h"\
  234.     ".\ex04mfc.h"\
  235.     ".\ex04dlg.h"\
  236.     ".\..\h\alsimple.h"\
  237.     ".\..\h\aldefs.h"\
  238.     
  239.  
  240. "$(INTDIR)\ex04dlg.obj" : $(SOURCE) $(DEP_CPP_EX04D) "$(INTDIR)"\
  241.  "$(INTDIR)\Ex04mfc.pch"
  242.  
  243.  
  244. # End Source File
  245. ################################################################################
  246. # Begin Source File
  247.  
  248. SOURCE=.\ex04std.cpp
  249. DEP_CPP_EX04S=\
  250.     ".\ex04std.h"\
  251.     
  252.  
  253. !IF  "$(CFG)" == "ex04mfc - Win32 Release"
  254.  
  255. # ADD CPP /Yc"ex04std.h"
  256.  
  257. BuildCmds= \
  258.     $(CPP) /nologo /MD /W3 /GX /O2 /I "..\h" /D "NDEBUG" /D "WIN32" /D "_WINDOWS"\
  259.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ex04mfc.pch" /Yc"ex04std.h"\
  260.  /Fo"$(INTDIR)/" /c $(SOURCE) \
  261.     
  262.  
  263. "$(INTDIR)\ex04std.obj" : $(SOURCE) $(DEP_CPP_EX04S) "$(INTDIR)"
  264.    $(BuildCmds)
  265.  
  266. "$(INTDIR)\Ex04mfc.pch" : $(SOURCE) $(DEP_CPP_EX04S) "$(INTDIR)"
  267.    $(BuildCmds)
  268.  
  269. !ELSEIF  "$(CFG)" == "ex04mfc - Win32 Debug"
  270.  
  271. # ADD CPP /Yc"ex04std.h"
  272.  
  273. BuildCmds= \
  274.     $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\h" /D "_DEBUG" /D "WIN32" /D\
  275.  "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ex04mfc.pch" /Yc"ex04std.h"\
  276.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
  277.     
  278.  
  279. "$(INTDIR)\ex04std.obj" : $(SOURCE) $(DEP_CPP_EX04S) "$(INTDIR)"
  280.    $(BuildCmds)
  281.  
  282. "$(INTDIR)\Ex04mfc.pch" : $(SOURCE) $(DEP_CPP_EX04S) "$(INTDIR)"
  283.    $(BuildCmds)
  284.  
  285. !ENDIF 
  286.  
  287. # End Source File
  288. ################################################################################
  289. # Begin Source File
  290.  
  291. SOURCE=.\ex04mfc.rc
  292. DEP_RSC_EX04MF=\
  293.     ".\ex04mfc.ico"\
  294.     ".\ex04mfc.rc2"\
  295.     
  296.  
  297. "$(INTDIR)\ex04mfc.res" : $(SOURCE) $(DEP_RSC_EX04MF) "$(INTDIR)"
  298.    $(RSC) $(RSC_PROJ) $(SOURCE)
  299.  
  300.  
  301. # End Source File
  302. # End Target
  303. # End Project
  304. ################################################################################
  305.